Online Resume
Code Format
Criteria | Meet Specification |
---|---|
Matching Schema |
Following the minimum schema exactly is necessary to pass this rubric point. It may seem like a nitpicky requirement, but in the world of programming, details like capitalization and plurality in variable names really matter! The way your computer reads the difference between Dynamically displayed resume sections (biography, education, work, projects, footer) include all of the real or fake JavaScript object data. Solution is capable of displaying any resume that provides the data according to the given schema. 'forEach' or 'for' (rather than 'for in') loops must be used to display the |
Function Use |
All resume sections are built using modular functions which can run in any order. |
Encapsulation |
As described in the schema, the The
|
Prerequisite: Code Quality |
Code is ready for review following the Front-End Nanodegree style guide and has been cleaned using the following tools:
|
Additional Interactivity
Criteria | Meet Specification |
---|---|
Map |
The resume includes a map that shows markers at locations which are pulled from data in the resume. |
Artistic Creativity |
|
Tips to make your project standout:
Provide extra JavaScript interactivity in addition to the map. For example: RSS/Twitter feed, Bootstrap Navbar, Polymer components.